| GUI Help > Dialogs > colorDialog | ||||||||||||||
|
colorDialog |
||||||||||||||
| DWORD color=colorDialog() | ||||||||||||||
|
Description: Displays a standard Windows Colour Picker dialog, and returns the colour which the user chose. |
||||||||||||||
|
Return Value: The colour which the user picked. This colour is the same format as the colour which the RGB() function returns. |
||||||||||||||
| Parameters: | ||||||||||||||
|
|
||||||||||||||
| Remarks:
|
||||||||||||||
| See Also:
|
||||||||||||||
|
Example: (Note: You will need to include the GUI constants file for this example to work) |